body .status-page footer {
  position: absolute;
  bottom: 0;
  height: 60px;
  background-color: #EDEFF3;
  display: flex;
  padding: 0 10px;
}

footer{
  background-color: #edeff3;
  margin-top: 40px;
}

footer a {
  font-size: 14px;
  color: #555;
  margin-right: 20px;
}

footer a:hover {
  text-decoration: none;
}

footer .container {
  width: 85%;
}
